home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Graphics / Icons / next-icon@gun.com / Apps / ImagePortfolio / Makefile < prev    next >
Makefile  |  1993-06-03  |  2KB  |  62 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = ImagePortfolio
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = appIcon.tiff
  16. DOCICONS = doc.tiff
  17.  
  18. LOCAL_RESOURCES = ExpandImage.nib ImagePortfolio.nib Portfolio.nib\
  19.                   stop.tiff HELP.rtfd
  20.  
  21. GLOBAL_RESOURCES = appIcon.tiff closedFolder.tiff doc.tiff gif.tiff\
  22.                    multiFile.tiff openFolder.tiff
  23.  
  24. HFILES = ExpandedView.h ImagePortfolio.h PaletteCell.h PaletteMatrix.h\
  25.          Portfolio.h ExpandImage.h
  26.  
  27. OTHERLINKED = ExpandedView.cxx ImagePortfolio.cxx\
  28.               ImagePortfolio_main.cxx PaletteCell.cxx PaletteMatrix.cxx\
  29.               Portfolio.cxx ExpandImage.cxx
  30.  
  31. CFILES = appVersion.c
  32.  
  33. SUBPROJECTS = apputils.subproj threads.subproj imageReps.subproj
  34.  
  35. OTHERSRCS = Makefile Makefile.preamble
  36.  
  37. OTHERLINKEDOFILES = ExpandedView.o ImagePortfolio.o\
  38.                     ImagePortfolio_main.o PaletteCell.o PaletteMatrix.o\
  39.                     Portfolio.o ExpandImage.o
  40.  
  41. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  42. MAKEFILE = app.make
  43. INSTALLDIR = $(HOME)/Apps
  44. INSTALLFLAGS = -c -s -m 755
  45. SOURCEMODE = 444
  46.  
  47. ICONSECTIONS =    -sectcreate __ICON app appIcon.tiff \
  48.         -sectcreate __ICON doc doc.tiff
  49.  
  50. LIBS = -lMedia_s -lNeXT_s
  51. DEBUG_LIBS = $(LIBS)
  52. PROF_LIBS = $(LIBS)
  53.  
  54.  
  55. -include Makefile.preamble
  56.  
  57. include $(MAKEFILEDIR)/$(MAKEFILE)
  58.  
  59. -include Makefile.postamble
  60.  
  61. -include Makefile.dependencies
  62.